From f8765325146ca0f643592bbcab6ab96e13ddbc78 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 1 Apr 2018 20:16:05 -0700 Subject: [PATCH] Add binding for BackSpace to emacs keys --- gtk/gtk-keys.css.emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtk-keys.css.emacs b/gtk/gtk-keys.css.emacs index 9dd624074c..6639e8d1de 100644 --- a/gtk/gtk-keys.css.emacs +++ b/gtk/gtk-keys.css.emacs @@ -59,6 +59,7 @@ "insert-at-cursor" (" ") }; bind "KP_Space" { "delete-from-cursor" (whitespace, 1) "insert-at-cursor" (" ") }; + bind "BackSpace" { "delete-from-cursor" (word-ends, -1) }; /* * Some non-Emacs keybindings people are attached to */ -- 2.30.2